Welcome![Sign In][Sign Up]
Location:
Search - AES SBox

Search list

[Crack HackAESSBOX

Description: 这是我编的一个AES加密算法中的SBOX的实现,其反SBOX是相似的,可以容易得到-This is Part I of an encryption algorithm AES SBOX of the realization of its anti-SBOX is similar, can easily be
Platform: | Size: 31794 | Author: 许志平 | Hits:

[Crack Hackaes-sbox

Description: 这是一篇介绍aes加密算法中s盒的c语言实现设计-introduced Orangk'aes encryption algorithm's box of C Language Design
Platform: | Size: 117238 | Author: zhangyini | Hits:

[Crack HackAES

Description: AES-rijndael 算法的详细资料, 包括 AES加密算法中的SBox及其C语言实现.pdf FIPS197(chs).pdf FIPS197.pdf nist.url Rijndael.pdf rijndael算法流程.swf Rijndael算法深入的研究.doc Rijndael算法优化技术研究.doc 公钥密码体制与有限域(2).pdf 一种基于伽罗瓦域的密码系统.pdf
Platform: | Size: 1982442 | Author: 张鲁夺 | Hits:

[Crack HackAESSBOX

Description: 这是我编的一个AES加密算法中的SBOX的实现,其反SBOX是相似的,可以容易得到-This is Part I of an encryption algorithm AES SBOX of the realization of its anti-SBOX is similar, can easily be
Platform: | Size: 290816 | Author: 许志平 | Hits:

[Crack Hackaes-sbox

Description: 这是一篇介绍aes加密算法中s盒的c语言实现设计-introduced Orangk'aes encryption algorithm's box of C Language Design
Platform: | Size: 116736 | Author: zhangyini | Hits:

[Crack HackAES

Description: AES-rijndael 算法的详细资料, 包括 AES加密算法中的SBox及其C语言实现.pdf FIPS197(chs).pdf FIPS197.pdf nist.url Rijndael.pdf rijndael算法流程.swf Rijndael算法深入的研究.doc Rijndael算法优化技术研究.doc 公钥密码体制与有限域(2).pdf 一种基于伽罗瓦域的密码系统.pdf-AES-rijndael algorithm detailed information, including the AES encryption algorithm in C language and its SBox realize. PdfFIPS197 (chs). PdfFIPS197.pdfnist.urlRijndael.pdfrijndael flow algorithm. SwfRijndael-depth study of algorithms. DocRijndael algorithm optimization technology research. Doc public key cryptosystem over finite fields and (2). pdf Galois field based on the password system. pdf
Platform: | Size: 1982464 | Author: 张鲁夺 | Hits:

[Crack HackAES()

Description: 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与解密的速度。 6、提供了检查所选择的存放加密/解密文件的磁盘空间是否足够的功能。对于所选择的磁盘空间不够时不会给出提示,并不进行加密/解密,以免浪费时间。 7、添加了可以根据所选密钥长度类型,从指定文件中导入密钥的功能(注:在从给定的文件中所读入的字符串中若是有-err
Platform: | Size: 508928 | Author: liu | Hits:

[Software Engineering1

Description: sbox implementation for aes in seu tyech
Platform: | Size: 174080 | Author: bavi | Hits:

[VHDL-FPGA-Verilogsbox

Description: verilog code for s-box generation for AES algorith
Platform: | Size: 1024 | Author: clock | Hits:

[Crack Hackaes_inv_sbox

Description: The inverse S-box is used in the decrypting function inv_cipher to revert the substitution carried out via the S-box. The corresponding AES-Matlab function declared in Line 1 of Listing 7 takes the Sbox (s_box) as its input and generates the inverse S-box inv_s_box in a single loop . The loop runs through all elements of the S-box, interprets the current S-box element value as an index into the inverse S-box and inserts the values 0 . . . 255 at the appropriate places in the inverse S-box-The inverse S-box is used in the decrypting function inv_cipher to revert the substitution carried out via the S-box. The corresponding AES-Matlab function declared in Line 1 of Listing 7 takes the Sbox (s_box) as its input and generates the inverse S-box inv_s_box in a single loop . The loop runs through all elements of the S-box, interprets the current S-box element value as an index into the inverse S-box and inserts the values 0 . . . 255 at the appropriate places in the inverse S-box
Platform: | Size: 2048 | Author: darshan | Hits:

[Othersbox-milp

Description: 描述AES算法的CPLEX算法的生成代码。-To generate CPLEX source code of AES
Platform: | Size: 9216 | Author: subozhan | Hits:

[matlabAES

Description: ES is a symmetric block cipher. The same key is used to encrypt and decrypt the message. The plain text and the cipher text are the same size. The Aes algorithm works as follows: Convert to state array: This step consists of conversion on the matrix onto a state array operating with the sbox. Transformations (and their inverses) AddRoundKey: Computing the round key for each round. SubBytes: Substituting by bytes from Sbox. ShiftRows: Shifting of rows. MixColumns: Exor operation on columns. Key Expansion: Expanding the key to be used on next round.
Platform: | Size: 16384 | Author: Ahmed | Hits:

[Program docAES-Sbox-and-MATLAB

Description: AES加密算法中的S盒及其MATLAB实现,并附有关键代码-Construct the matlab code AES algorithm s box
Platform: | Size: 244736 | Author: 陈泽培 | Hits:

[Program docAES-Sbox-process

Description: ase算法s盒的进一步探讨,并且对该s盒进行改进-improve the s-box ability
Platform: | Size: 532480 | Author: 陈泽培 | Hits:

[Anti-virussbox

Description: It is AES sbox implementation with verilog HDL/ it is most recently made and works well. Very easy to understand please doen load enjoy!
Platform: | Size: 6144 | Author: Ho Joon Lee | Hits:

[matlabsbox

Description: this program matlab is the SBOX of AES
Platform: | Size: 3072 | Author: aymen | Hits:

[Crack HackSBOX

Description: 通过编程求出DES算法中8个S-盒的差分分布表和AES中S-盒的差分分布表,体会差分分析的方法。-DES algorithm obtained by programming eight S- boxes in the differential distribution table and AES S- box differential distribution table, experience differential analysis.
Platform: | Size: 2048 | Author: merlot | Hits:

[Othersbox-_proposed

Description: Implementation of AES S BOX using VHDL
Platform: | Size: 5120 | Author: Rajasekar | Hits:

[Crack HackAES-GF(2^4)^2 for sbox

Description: AES加解密程序,128bit数据位宽,其中sbox和混合列运算在复合域GF(2^4)^2上完成(An AES encryption and decryption program with 128 bits datawidth, which used GF(2^4)^2 for sbox and mixcolumn.)
Platform: | Size: 17408 | Author: 酱瓶 | Hits:

[Crack Hackaes_GF(2^4)^2 for sbox

Description: AES加解密程序,128bit 数据位宽,其中加密部分的sbox采用复合域GF(2^4)^2运算(An ARS program with 128bits datawidth, which used GF(2^4)^2 for sobx in cipher.)
Platform: | Size: 27648 | Author: 酱瓶 | Hits:
« 12 »

CodeBus www.codebus.net